Rename TAG_PTR to TAG_PTR_INITIALLY
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jan 2024 08:15:38 +0000 (00:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jan 2024 08:26:44 +0000 (00:26 -0800)
commita3d7092114db09fee392ccc8187fde03376f2089
tree8181968918b6019154ba24f44d2e714f368f1a6a
parentfcf69960e89b826841a8c6ccc2af4019b5dc5e31
Rename TAG_PTR to TAG_PTR_INITIALLY

* src/lisp.h (TAG_PTR_INITIALLY): Rename from TAG_PTR, since calls
can be used only as initializers, and the convention elsewhere in
lisp.c is to give these macros names ending in ‘_INITIALLY’.
This should help avoid confusion such as we recently experienced
in make_lisp_symbol_internal.  All uses changed.
src/alloc.c
src/lisp.h